OnUpdateClientListener

Listener for on-changed events on the client side. Will be fired for any and all updated configs, allowing inspection of other configs. For use in your own configs, consider directly implementing Config.onUpdateClient

Register with EventApi.onUpdateClient

Author

fzzyhmstrs

Since

0.5.0

Functions

Link copied to clipboard
abstract fun onChanged(id: Identifier, config: Config)

Called by the onChangedClient event when the client side of a config is changed.